Add "Cargo" to doc titles
authorMatt Brubeck <mbrubeck@limpet.net>
Wed, 25 Feb 2015 17:09:11 +0000 (09:09 -0800)
committerMatt Brubeck <mbrubeck@limpet.net>
Wed, 25 Feb 2015 17:09:11 +0000 (09:09 -0800)
src/doc/build-script.md
src/doc/config.md
src/doc/faq.md
src/doc/guide.md
src/doc/manifest.md
src/doc/pkgid-spec.md

index 3df1ddd3491d357be198a95a6203e08f7aa595d9..6d97f578c23633a0059b04a3d6f4b752fba28b08 100644 (file)
@@ -1,4 +1,4 @@
-% Build Script Support
+% Build Script Support - Cargo Documentation
 
 Some packages need to compile third-party non-Rust code, for example C
 libraries. Other packages need to link to C libraries which can either be
index 56913d878dc5de03427468fe08d122d406119d25..d575d7078b689d577e5873f8ee1cd660dec4813f 100644 (file)
@@ -1,4 +1,4 @@
-% Configuration
+% Configuration - Cargo Documentation
 
 This document will explain how cargo's configuration system works, as well as
 available keys or configuration.  For configuration of a project through its
index 9d4ee66e5405bf6d751c2b53abb9070623527438..f2f68fc06c77f42c47a3a499af194ff389976526 100644 (file)
@@ -1,4 +1,4 @@
-% Frequently Asked Questions
+% Frequently Asked Questions - Cargo Documentation
 
 # Is the plan to use Github as a package repository?
 
index 68677e5f0679256ba5bb0cce50224fc772386039..3459fb7e98f07711013c171df9fb5eb64145b6ac 100644 (file)
@@ -1,4 +1,4 @@
-% Guide
+% Cargo Guide
 
 Welcome to the Cargo guide. This guide will give you all that you need to know
 about how to use Cargo to develop Rust projects.
index 1e0197a07d8b778856d86412a537cb0a8812db1d..abb02f4d263c8458951b9c22334a402bdc38ba6c 100644 (file)
@@ -1,4 +1,4 @@
-% The Manifest Format
+% The Manifest Format - Cargo Documentation
 
 # The `[package]` Section
 
index 2dc686affcc004474839a1710cda4f7386f146ba..30b736d692591eb76e6416360acfea9f81fc15f0 100644 (file)
@@ -1,4 +1,4 @@
-% Package ID Specifications
+% Package ID Specifications - Cargo Documentation
 
 # Package ID Specifications